home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 June / CHIP Haziran 2001.iso / prog / haziran / 19 / setup.exe / data.z / pci_diag_lib.h < prev    next >
C/C++ Source or Header  |  2001-04-11  |  353b  |  19 lines

  1. #ifndef _PCI_DIAG_LIB_H_
  2. #define _PCI_DIAG_LIB_H_
  3.  
  4. #ifdef __cplusplus
  5. extern "C" {
  6. #endif
  7.  
  8. BOOL PCI_Get_WD_handle(HANDLE *phWD);
  9. void PCI_Print_card_info(WD_PCI_SLOT pciSlot);
  10. void PCI_Print_all_cards_info();
  11. void PCI_EditConfigReg(WD_PCI_SLOT pciSlot);
  12. BOOL PCI_ChooseCard(WD_PCI_SLOT *ppciSlot);
  13.  
  14. #ifdef __cplusplus
  15. }
  16. #endif
  17.  
  18. #endif
  19.